Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closes bpo-38402: Check error of primitive crypt/crypt_r. #16599

Merged
merged 3 commits into from
Oct 8, 2019

Conversation

chibby0ne
Copy link
Contributor

@chibby0ne chibby0ne commented Oct 5, 2019

crypt.py has been modified to handle encryption algorithms methods not supported in different OSs.

Signed-off-by: Antonio Gutierrez [email protected]

https://bugs.python.org/issue38402

Checks also for encryption algorithms methods not supported in different
OSs.

Fixes partially: https://bugs.python.org/issue36161

Signed-off-by: Antonio Gutierrez <[email protected]>
@benjaminp benjaminp changed the title bpo-36161: Check error of primitive crypt/crypt_r closes bpo-38402: Check error of primitive crypt/crypt_r. Oct 8, 2019
@benjaminp benjaminp merged commit 0d3fe8a into python:master Oct 8, 2019
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
…6599)

Checks also for encryption algorithms methods not supported in different
OSs.

Signed-off-by: Antonio Gutierrez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants